home *** CD-ROM | disk | FTP | other *** search
- Path: coranto.ucs.mun.ca!bmontgom
- From: bmontgom@morgan.ucs.mun.ca (Byron Montgomerie)
- Newsgroups: comp.sys.amiga.misc,comp.sys.amiga.advocacy,comp.sys.amiga.games
- Subject: Re: End of the world?? Bye bye...
- Followup-To: comp.sys.amiga.misc,comp.sys.amiga.advocacy,comp.sys.amiga.games
- Date: 18 Apr 1996 17:51:55 GMT
- Organization: St. John's, NFLD, Canada
- Message-ID: <4l5vfr$qfj@coranto.ucs.mun.ca>
- References: <kimmie-1204960336210001@overman.demon.co.uk> <4kqcoj$are@coranto.ucs.mun.ca> <wmiles-1504961452250001@165.112.80.205>
- NNTP-Posting-Host: plato.ucs.mun.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- Walter Miles (wmiles@pop.cc.nih.gov) wrote:
- : > 10 print "Goodbye Cruel World"
- : > 20 goto 10
- : >
- : > >--
- : > >Kim F Ong
- : > ><kimmie@overman.demon.co.uk>
- : > >http://www.ucl.ac.uk/~zcwakfo
- : >
- : > Or perhaps with VISCorp
- : >
- : > 10 print "Amiga Rennaisance"
- : > 20 goto 10
-
- : I think this is probably not a simple infinite loop. It may be
- : one of those link-reversing tree traversals or something:-) :-)
-
- Heh. :) How about this?
-
- 10 while (amiga.owner != Microsoft)
- 15 {
- 20 amiga.owner = amiga.owner.next;
- 20 printf("We are going to make a new super amiga");
- 30 Sleep(100000000000);
- 35 }
-
- Regards,
-
- BM
-
-